バージョン

Item(Int32[]) プロパティ

ComplexMatrix のインデクサー。Matrix は、1 次元的または2 次元的にインデックスできます。
シンタックス
'宣言
 
Public Overloads Property Item( _
   ByVal ParamArray subscript() As Integer _
) As Complex
public Complex Item( 
   params int[] subscript
) {get; set;}

パラメータ

subscript
ComplexMatrix のディメンションに対応するインデックスのシーケンス。

プロパティ値

下付き文字によって指定される要素。
例外
例外解説
System.ArgumentOutOfRangeException ComplexMatrix が空の場合に発生します。
System.ArgumentExceptionsubscript がユニタリ以外で ComplexMatrix と異なる次元数をもつ場合に発生します。
System.ArgumentOutOfRangeException 下付き文字インデックスが ComplexMatrix の境界外である場合に発生します。
参照